uBlock Origin
https://gyazo.com/4fc688404d708445573f79683577d6ef
広告ブロッカー
ChromeやFirefoxのアドオンとして導入できる
googleの検索結果から排除
code:txt
google.*##.g:has(ahref*="example.com")
google.*##.g:has(ahref*="example.com/specific-path")
井戸端をブロック
code:txt
||scrapbox.io/villagepump^$document
ニコニコをブロック
code:txt
https://www.nicovideo.jp/*
Yahoo知恵袋を検索結果から消す
code:txt
google.*##.g:has(a[href*="https://chiebukuro.yahoo.co.jp/"])
google.*##.g:has(ahref*="||youtube.com")
youtubeを検索結果から消す
code:txt
google.*##.g:has(ahref*="youtube.com")
google.*##.g:has(ahref*="youtu.be")
google.*##.ytp-inline-video-container
google.*##.y78vc
google.*##.kp-blk:has(ahref*="youtube.com")
これをやるとCosense.iconの埋め込みも見えなくなる
Twitterを検索結果から消す
code:txt
google.*##.g:has(ahref*="twitter.com")
google.*##.g:has(ahref*="x.com")
google.*##.kp-blk:has(ahref*="twitter.com")
google.*##.kp-blk:has(ahref*="x.com")
google.*##.TzHB6b:has(ahref*="twitter.com")
google.*##.TzHB6b:has(ahref*="x.com")
twitterをブロック
code:txt
https://x.com/
まとめ
code:txt
youtube.com
google.*##.g:has(ahref*="youtube.com")
google.*##.g:has(ahref*="youtu.be")
google.*##.ytp-inline-video-container
google.*##.y78vc
google.*##.kp-blk:has(ahref*="youtube.com")
||scrapbox.io/villagepump^$document
https://www.nicovideo.jp/*
google.*##.g:has(a[href*="https://chiebukuro.yahoo.co.jp/"])
google.*##.g:has(a[href*="https://detail.chiebukuro.yahoo.co.jp/"])
google.*##.g:has(ahref*="||youtube.com")
google.*##.g:has(ahref*="youtube.com")
google.*##.g:has(ahref*="youtu.be")
google.*##.ytp-inline-video-container
google.*##.y78vc
google.*##.kp-blk:has(ahref*="youtube.com")
google.*##.g:has(ahref*="twitter.com")
google.*##.g:has(ahref*="x.com")
google.*##.kp-blk:has(ahref*="twitter.com")
google.*##.kp-blk:has(ahref*="x.com")
google.*##.TzHB6b:has(ahref*="twitter.com")
google.*##.TzHB6b:has(ahref*="x.com")
https://x.com/
ほぼClaude.iconが教えてくれたもののコピペ
#2024-08-18 18:40:34